PreviousNextTracker indexSee it online !

(68/308) 589 - JCompiler crash

This is with all plugins updated to most recent version.

I can set options in JCompiler, but when I try and
compile current buffer (or anything):

java.lang.NoSuchMethodError:
console.Console.setShell(Lconsole/Shell;)V
at
jcompiler.JCompilerPlugin.executeCommand(JCompilerPlugin.java:106)
at
jcompiler.JCompilerPlugin.compileFile(JCompilerPlugin.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at bsh.Reflect.invokeOnMethod(Reflect.java:149)
at bsh.Reflect.invokeStaticMethod(Reflect.java:100)
at bsh.Name.invokeMethod(Name.java:872)
at
bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:72)
at
bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at
bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at bsh.BSHBlock.evalBlock(BSHBlock.java:130)
at bsh.BSHBlock.eval(BSHBlock.java:80)
at bsh.BshMethod.invokeImpl(BshMethod.java:349)
at bsh.BshMethod.invoke(BshMethod.java:246)
at bsh.BshMethod.invoke(BshMethod.java:171)
at
org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:523)
at
org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76)
at
org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229)
at org.gjt.sp.jedit.jEdit$3.invokeAction(jEdit.java:2910)
at
org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:216)
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at
javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
at
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at
java.awt.Component.processMouseEvent(Component.java:5488)
at
javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at
java.awt.Component.dispatchEventImpl(Component.java:3955)
at
java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at
java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Submitted neuroinf - 2006-04-20 02:22:07 Assigned gerardsmyth
Priority 5 Labels
Status open Group None
Resolution None

Comments

2006-06-07 15:42:07
james_dangelo

Logged In: YES
user_id=588511

May I ask what version of the JDK and JRE you are running.

I have a crazy idea on what the problem may be.

2006-06-08 01:56:07
neuroinf

Logged In: YES
user_id=503943

I'm running jdk1.5.0_02 and jre1.5.0_6

2006-10-18 19:32:13
orcmid

Logged In: YES
user_id=4537

I saw the same thing with jdk1.5.0_09 and jre1.5.0_09. I
do not have Netbeans installed (only using jEdit, beside
the jdk).

2006-10-19 02:53:49
daleanson

Logged In: YES
user_id=187628

I would guess that JCompiler needs to be updated. The
Console API has changed in recent months, it looks like
JConsole is trying to access a method that no longer exists.

2006-10-19 03:43:37
vanza

Logged In: YES
user_id=75113

I have already fixed JCompiler in CVS; I haven't released it
since I'm not the maintainer, but, if the current maintainer
doesn't step up to do it, we should probably do it anyway.

2009-12-24 16:13:26
ezust

- **assigned_to**: nobody --> gerardsmyth